home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / illum.lha / README < prev   
Encoding:
Text File  |  1989-09-15  |  1.9 KB  |  65 lines

  1.  
  2.  
  3.  
  4. ------------------------------------------------------------------------------
  5.     "Illumination and Color in Computer Generated Imagery"
  6.     Source for code given in the Appendices
  7.     (c)Roy Hall - 1988,1989
  8. ------------------------------------------------------------------------------
  9.  
  10.     This code was developed to test and demonstrate concepts
  11.     discussed in "Illumination and Color for Computer Generated
  12.     Imagery" (1989 from Springer-Verlag).  While the code was
  13.     used in the generation of the diagrams and images presented
  14.     in the text, it may still contain bugs.  The user is cautioned
  15.     to independently verify that the code is suitable to his/her
  16.     needs.  This code is distributed on an "as is" basis with
  17.     all faults and without any implied or expressed warranties
  18.     or support from either the author, Roy Hall, or from
  19.     Springer-Verlag Publishers.
  20.  
  21.     I am making this code available to the user community.  You
  22.     are free to use it as you wish.  In return I request two
  23.     things.  First, that this README file always stays with any
  24.     copy of the source, more specifically, that proper credit is
  25.     given to the original author.  Second, that any corrections,
  26.     improvements, etc. are passed back to the author for inclusion
  27.     in subsequent distribution and editions of the book.
  28.  
  29.     Please note that the code was written for clarity of presentation,
  30.     not for performance.  You will find that optimizations can be
  31.     easily made.  Please do not report these as I will not incorporate
  32.     them into future releases.  Note also that this code relects
  33.     current work I am involved in and may differ slightly from
  34.     that presented in the text.
  35.  
  36.  
  37.     Roy Hall
  38.     Program of Computer Graphics
  39.     120 Rand Hall
  40.     Cornell University
  41.     Ithaca, NY 14853
  42.  
  43.     roy@wisdom.tn.cornell.edu
  44.  
  45.  
  46.  
  47.  
  48.  
  49.     Contents:
  50.         README
  51.         geo.h
  52.         geo.c
  53.         F.h
  54.         F.c
  55.         D.h
  56.         D.c
  57.         G.h
  58.         G.c
  59.         clr.h
  60.         clr.c
  61.         clr_clip.c
  62.         clr_sample.c
  63.         illum_mod.h
  64.         illum_mod.c
  65.